home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / rvclient.dfm / rvclient.txt
Encoding:
Text File  |  1999-07-27  |  1.6 KB  |  91 lines

  1. object ClientForm: TClientForm
  2.   Left = 192
  3.   Top = 110
  4.   Width = 318
  5.   Height = 206
  6.   Caption = 'Client Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 16
  16.     Width = 25
  17.     Height = 13
  18.     Caption = 'Host:'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 8
  22.     Top = 56
  23.     Width = 70
  24.     Height = 13
  25.     Caption = 'String to Send:'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 8
  29.     Top = 136
  30.     Width = 77
  31.     Height = 13
  32.     Caption = 'Returned String:'
  33.   end
  34.   object ResultLabel: TLabel
  35.     Left = 96
  36.     Top = 136
  37.     Width = 3
  38.     Height = 13
  39.   end
  40.   object SendButton: TButton
  41.     Left = 46
  42.     Top = 96
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Send'
  46.     TabOrder = 2
  47.     OnClick = SendButtonClick
  48.   end
  49.   object CancelButton: TButton
  50.     Left = 190
  51.     Top = 96
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Cancel'
  55.     Enabled = False
  56.     TabOrder = 3
  57.   end
  58.   object ServerEdit: TEdit
  59.     Left = 96
  60.     Top = 12
  61.     Width = 201
  62.     Height = 21
  63.     TabOrder = 0
  64.     Text = 'localhost'
  65.   end
  66.   object DataEdit: TEdit
  67.     Left = 96
  68.     Top = 52
  69.     Width = 201
  70.     Height = 21
  71.     TabOrder = 1
  72.   end
  73.   object StatusBar: TStatusBar
  74.     Left = 0
  75.     Top = 160
  76.     Width = 310
  77.     Height = 19
  78.     Panels = <>
  79.     SimplePanel = True
  80.     SizeGrip = False
  81.   end
  82.   object msClientSocket1: TmsClientSocket
  83.     OnConnected = msClientSocket1Connected
  84.     OnDisconnected = msClientSocket1Disconnected
  85.     Port = 1080
  86.     OnConnecting = msClientSocket1Connecting
  87.     Left = 240
  88.     Top = 128
  89.   end
  90. end
  91.